projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9993b56
)
(finding existing executable versions): Add a period to the end of BASE.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 30 Oct 1995 19:28:49 +0000
(19:28 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 30 Oct 1995 19:28:49 +0000
(19:28 +0000)
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index 9e9f201d24b3744be89c5c54a525dea471e0992d..e6b790691a0710647b6748368ab9c612aa2daae8 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-150,7
+150,7
@@
(if (and (or (equal (nth 3 command-line-args) "dump")
(equal (nth 4 command-line-args) "dump"))
(not (eq system-type 'ms-dos)))
- (let* ((base (concat "emacs-" emacs-version))
+ (let* ((base (concat "emacs-" emacs-version
"."
))
(files (file-name-all-completions base default-directory))
(versions (mapcar (function (lambda (name)
(string-to-int (substring name (1+ (length base))))))